CodegenUtil.markUntrustedType(that);
}
if(unboxed
&& !willEraseToObject(that.getTypeModel()))
CodegenUtil.markUnBoxed(that);
}
CodegenUtil.markUntrustedType(that);
}
if(unboxed
&& !willEraseToObject(that.getUnit().denotableType(that.getTypeModel())))
CodegenUtil.markUnBoxed(that);
}